GetHistogramResponse

data class GetHistogramResponse(histogram: Histogram)

Represents response frame that is returned from Browser#getHistogram operation call. Get a Chrome histogram by name.

See also

Constructors

GetHistogramResponse
Link copied to clipboard
fun GetHistogramResponse(histogram: Histogram)

Properties

histogram
Link copied to clipboard
val histogram: Histogram
Histogram.

Sources

jvm source
Link copied to clipboard